search for: 5e128fe

Displaying 1 result from an estimated 1 matches for "5e128fe".

Did you mean: 5128e
2012 Nov 27
1
[LLVMdev] Purpose of -debug-compile in NVPTX backend
...edundant code? If yes then the attached patch should be committed. If not then I like to know whats going on here.... Regards Kai -------------- next part -------------- diff --git a/lib/Target/NVPTX/MCTargetDesc/NVPTXMCAsmInfo.cpp b/lib/Target/NVPTX/MCTargetDesc/NVPTXMCAsmInfo.cpp index 1d41665..5e128fe 100644 --- a/lib/Target/NVPTX/MCTargetDesc/NVPTXMCAsmInfo.cpp +++ b/lib/Target/NVPTX/MCTargetDesc/NVPTXMCAsmInfo.cpp @@ -17,15 +17,6 @@ using namespace llvm; -bool CompileForDebugging; - -// -debug-compile - Command line option to inform opt and llc passes to -// compile for debugging -static...