Mercurial > hg > CbC > CbC_llvm
diff lib/Target/NVPTX/MCTargetDesc/NVPTXMCAsmInfo.cpp @ 83:60c9769439b8 LLVM3.7
LLVM 3.7
author | Tatsuki IHA <e125716@ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 18 Feb 2015 14:55:36 +0900 |
parents | 54457678186b |
children | afa8332a0e37 |
line wrap: on
line diff
--- a/lib/Target/NVPTX/MCTargetDesc/NVPTXMCAsmInfo.cpp Mon Sep 08 22:07:30 2014 +0900 +++ b/lib/Target/NVPTX/MCTargetDesc/NVPTXMCAsmInfo.cpp Wed Feb 18 14:55:36 2015 +0900 @@ -33,8 +33,6 @@ CommentString = "//"; - HasSetDirective = false; - HasSingleParameterDotFile = false; InlineAsmStart = " inline asm"; @@ -52,5 +50,6 @@ AscizDirective = " .b8"; // @TODO: Can we just disable this? + WeakDirective = "\t// .weak\t"; GlobalDirective = "\t// .globl\t"; }