[llvm-bugs] [Bug 30195] New: Regression(279994:280078): Can't precompile .c precompile headers with clang-cl
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue Aug 30 07:09:04 PDT 2016
https://llvm.org/bugs/show_bug.cgi?id=30195
Bug ID: 30195
Summary: Regression(279994:280078): Can't precompile .c
precompile headers with clang-cl
Product: clang
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: Driver
Assignee: unassignedclangbugs at nondot.org
Reporter: nicolasweber at gmx.de
CC: llvm-bugs at lists.llvm.org
Classification: Unclassified
thakis at thakis:~/src/llvm-build$ touch pch.h pch.c
thakis at thakis:~/src/llvm-build$ bin/clang-cl /FIpch.h /Ycpch.h pch.c
error: C99 was disabled in PCH file but is currently enabled
1 error generated.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20160830/d6da9974/attachment.html>
More information about the llvm-bugs
mailing list