This prevents the discriminator generation pass from triggering if
the DWARF version being used in the module is prior to 4.
Note: The test case for this is in Clang, as this is only triggered
during Clang's code generation.
Differential D3413
Fix bug 19437 - Only add discriminators for DWARF 4 and above. dnovillo on Apr 17 2014, 10:56 AM. Authored by
Details
This prevents the discriminator generation pass from triggering if Note: The test case for this is in Clang, as this is only triggered during Clang's code generation.
Diff Detail Event TimelineComment Actions Is there any reason the AddDescriminator pass isn't part of llc/opt/etc so it can be tested in LLVM? Comment Actions Hrm. Don't know that we can make Support depend on IR any more than we already do. Chandler? Opinions?
Comment Actions
|
Go ahead and put a '\brief' on this.