]> granicus.if.org Git - clang/commit
Revert "Emit proper CodeView when -gcodeview is passed without the cl driver."
authorZachary Turner <zturner@google.com>
Mon, 26 Feb 2018 19:51:29 +0000 (19:51 +0000)
committerZachary Turner <zturner@google.com>
Mon, 26 Feb 2018 19:51:29 +0000 (19:51 +0000)
commit8890f6aaa0d9fc9cf8515495a1bb1dcf7ba4ff1a
treead5efa949e48f1323d41d8c64779093e50f6506c
parent78e545f25db4d117b7edb4639204d99268164c8b
Revert "Emit proper CodeView when -gcodeview is passed without the cl driver."

This reverts commit e17911006548518634fad66bb8648bcad49a1d64.

This is failing on ASAN bots because asan expects column info,
and it's also failing on some linux bots for unknown reasons which
i need to investigate.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@326116 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/ToolChains/Clang.cpp
test/Driver/codeview-column-info.c [deleted file]