[llvm-dev] [cfe-dev] [RFC] Embedding Bitcode in Object Files

Joerg Sonnenberger via llvm-dev llvm-dev at lists.llvm.org
Sat Feb 6 18:36:26 PST 2016


On Sat, Feb 06, 2016 at 05:46:50PM -0800, Mehdi Amini via cfe-dev wrote:
> There is not only DWARF but any use of the macro __FILE__ (so any assertions for instance).
> I wouldn't expect the bitcode to contain any more (or less) information than the binary.
> The options for the optimizer/codegen shouldn't need any "sensitive" information.

__FILE__ is a frontend issue, I still have to add some equivalent to my
remap patches for that into clang...

Joerg


More information about the llvm-dev mailing list