Do not add DWARF version before LLVM 3.5
This commit is contained in:
2
ispc.h
2
ispc.h
@@ -612,7 +612,9 @@ struct Globals {
|
||||
// readelf --debug-dump=info object.o | grep -A 2 'Compilation Unit @'
|
||||
// on Mac:
|
||||
// xcrun dwarfdump -r0 object.o
|
||||
#if ISPC_LLVM_VERSION >= ISPC_LLVM_3_5
|
||||
int generateDWARFVersion;
|
||||
#endif
|
||||
|
||||
/** If true, function names are mangled by appending the target ISA and
|
||||
vector width to them. */
|
||||
|
||||
Reference in New Issue
Block a user