]> granicus.if.org Git - clang/commit
[Driver] Use -fuse-line-directives by default in MSVC mode
authorMartin Storsjo <martin@martin.st>
Mon, 7 May 2018 20:26:09 +0000 (20:26 +0000)
committerMartin Storsjo <martin@martin.st>
Mon, 7 May 2018 20:26:09 +0000 (20:26 +0000)
commitffe5542eab6ccd9b09e1a4a951993e230d4f88a4
tree726c76cce63e0254abaac0aec4e8e9f51635bc1f
parent1d96a96f811f32dbcc3586a7d2e5b39e5f387541
[Driver] Use -fuse-line-directives by default in MSVC mode

Don't use the GNU extension form of line markers in MSVC mode.

Differential Revision: https://reviews.llvm.org/D46520

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@331666 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/ToolChains/Clang.cpp
test/Driver/cl-options.c