search for: pr30403

Displaying 3 results from an estimated 3 matches for "pr30403".

Did you mean: 3430403
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 modul...
2016 Sep 16
2
RFC: module flag for hosted mode
+Eric and Akira (for thoughts on module flags) > On 2016-Sep-16, at 12:47, Mehdi Amini <mehdi.amini at apple.com> wrote: > >> On Sep 16, 2016, at 12:30 PM, Peter Collingbourne <peter at pcc.me.uk> wrote: >> >> 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...
2016 Sep 21
2
RFC: module flag for hosted mode
...ira (for thoughts on module flags) >> >> > On 2016-Sep-16, at 12:47, Mehdi Amini <mehdi.amini at apple.com> wrote: >> > >> >> On Sep 16, 2016, at 12:30 PM, Peter Collingbourne <peter at pcc.me.uk> >> wrote: >> >> >> >> 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). >> &...