62282 - Introduce -fembed-bitcode driver option
Great. Thanks for the fix.
Steven
> On Mar 1, 2016, at 9:24 AM, Daniel Sanders wrote:
>
> Hi,
>
> I've made a small change to the test case in r262350 to fix the
> clang-cmake-mips builder. MIPS doesn't
> enable the in
Great. Thanks for the fix.
Steven
> On Mar 1, 2016, at 9:24 AM, Daniel Sanders wrote:
>
> Hi,
>
> I've made a small change to the test case in r262350 to fix the
> clang-cmake-mips builder. MIPS doesn't
> enable the integrated assembler by default yet so it was failing to find the
> -emit-ob
Hi,
I've made a small change to the test case in r262350 to fix the
clang-cmake-mips builder. MIPS doesn't
enable the integrated assembler by default yet so it was failing to find the
-emit-obj option. I've fixed this by adding -fintegrated-as.
From: cfe