Displaying 1 result from an estimated 1 matches for "dumpmodul".
Did you mean:
dumpmodule
2015 Aug 04
2
[LLVMdev] [BUG] Incorrect ASCII escape characters on Mac
...after upgrading to XCode 6.2. The internal IR
after all our transforms, and just before it hits the final LLVM
lowering is identical on Mac and Linux:
var t6 : int8_T{col}[10] = {34, -48, 18, -12, 33, 0, 21, -7, -20, -31};
The LLVM lowering itself doesn't try to do anything smart. When we
dumpModule, we see the difference:
@2 = internal global [24 x i8]
c"\10\02\03\0D\05\0B\0A\08\09\07\06\0C\04\0E\0F\01\01\02\03\04\06\02\00\05"
@3 = internal global [10 x i8] c"\22\00\12\00!\00\15\00\00\00"
@4 = internal global [10 x i8] c"\00\19\00+\00\00#\03\00\11"
-...