diff options
author | Teresa Johnson <tejohnson@google.com> | 2016-03-30 18:15:08 +0000 |
---|---|---|
committer | Teresa Johnson <tejohnson@google.com> | 2016-03-30 18:15:08 +0000 |
commit | 83c517c44eb3087b284ee73c49decb7aaf38e273 (patch) | |
tree | 057d5dfded82a215d44efe9296e81b6d4f4bf731 /llvm/lib/AsmParser/LLParser.h | |
parent | a7c5e1922dd290336849cb59377b92150e700331 (diff) | |
download | bcm5719-llvm-83c517c44eb3087b284ee73c49decb7aaf38e273.tar.gz bcm5719-llvm-83c517c44eb3087b284ee73c49decb7aaf38e273.zip |
Restore "[ThinLTO] Serialize the Module SourceFileName to/from LLVM assembly"
This restores commit 264869, with a fix for windows bots to properly
escape '\' in the path when serializing out. Added test.
llvm-svn: 264884
Diffstat (limited to 'llvm/lib/AsmParser/LLParser.h')
-rw-r--r-- | llvm/lib/AsmParser/LLParser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/AsmParser/LLParser.h b/llvm/lib/AsmParser/LLParser.h index 96f864a7f1a..fcece62c6b8 100644 --- a/llvm/lib/AsmParser/LLParser.h +++ b/llvm/lib/AsmParser/LLParser.h @@ -261,6 +261,7 @@ namespace llvm { bool ValidateEndOfModule(); bool ParseTargetDefinition(); bool ParseModuleAsm(); + bool ParseSourceFileName(); bool ParseDepLibs(); // FIXME: Remove in 4.0. bool ParseUnnamedType(); bool ParseNamedType(); |