search for: literal_point

Displaying 1 result from an estimated 1 matches for "literal_point".

2012 Aug 18
1
[LLVMdev] GlobalVariable initializer using from beyond the grave
...showing up as uses for global variables that I haven't yet removed. E.g., I couldn't erase: @"\01L_OBJC_SELECTOR_REFERENCES_" = internal global i8* getelementptr inbounds ([20 x i8]* inttoptr (i64 4295929920 to [20 x i8]*), i32 0, i32 0), section "__DATA, __objc_selrefs, literal_pointers, no_dead_strip" because the initializer for @llvm.used = appending global [2 x i8*] [i8* getelementptr inbounds ([20 x i8]* inttoptr (i64 4295929920 to [20 x i8]*), i32 0, i32 0), i8* bitcast (i8** @"\01L_OBJC_SELECTOR_REFERENCES_" to i8*)] which I had previously erased, was...