projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1cb795
)
Some asmwriters want an _ prefix
author
Chris Lattner
<sabre@nondot.org>
Tue, 17 Aug 2004 02:28:26 +0000
(
02:28
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Tue, 17 Aug 2004 02:28:26 +0000
(
02:28
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15845
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/AsmPrinter.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/AsmPrinter.cpp
b/lib/CodeGen/AsmPrinter.cpp
index 1e104fccc8d72beff023e9f696c78d3e4b29b1e5..0cf5823bb8c5de4ce4a08b406fbe06a31c4625f9 100644
(file)
--- a/
lib/CodeGen/AsmPrinter.cpp
+++ b/
lib/CodeGen/AsmPrinter.cpp
@@
-19,7
+19,7
@@
using namespace llvm;
bool AsmPrinter::doInitialization(Module &M) {
- Mang = new Mangler(M);
+ Mang = new Mangler(M
, UsesUnderscorePrefix
);
return false;
}