summaryrefslogtreecommitdiff
path: root/lib/AsmParser/LLToken.h
diff options
context:
space:
mode:
authorTeresa Johnson <tejohnson@google.com>2016-03-30 15:16:04 +0000
committerTeresa Johnson <tejohnson@google.com>2016-03-30 15:16:04 +0000
commite1eb43b8cf85ae29091865c128d8c6019375fc72 (patch)
tree420da8b7fcea5e68bc050933a4f8e20aeb81f337 /lib/AsmParser/LLToken.h
parent5a4fec24e3693bc06851d6face007494cc18e1be (diff)
Revert "[ThinLTO] Serialize the Module SourceFileName to/from LLVM assembly"
This reverts commit r264869. I am seeing Windows bot failures due to the "\" in the path being mishandled at some point (seems to be interpreted wrongly at some point and llvm-as | llvm-dis is yielding some junk characters). Need to investigate. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@264871 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/AsmParser/LLToken.h')
-rw-r--r--lib/AsmParser/LLToken.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/AsmParser/LLToken.h b/lib/AsmParser/LLToken.h
index c5a74901985..f06b5b81a13 100644
--- a/lib/AsmParser/LLToken.h
+++ b/lib/AsmParser/LLToken.h
@@ -59,7 +59,6 @@ namespace lltok {
kw_notail,
kw_target,
kw_triple,
- kw_source_filename,
kw_unwind,
kw_deplibs, // FIXME: Remove in 4.0
kw_datalayout,