Displaying 1 result from an estimated 1 matches for "e75f7133".
2016 Sep 16
2
RFC: module flag for hosted mode
In PR30403 we've been discussing how to encode -ffreestanding when using
LTO. This bit is currently dropped during LTO because its only
representation is in the TargetLibraryInfo created by clang (
http://llvm-cs.pcc.me.uk/tools/clang/lib/CodeGen/BackendUtil.cpp#258).
The proposal is to introduce a module flag that we set in any translation
unit compiled in hosted (i.e. -fno-freestanding)