Enable full debug info in the ASan runtime on Windows
authorReid Kleckner <rnk@google.com>
Thu, 26 Apr 2018 20:34:19 +0000 (20:34 +0000)
committerReid Kleckner <rnk@google.com>
Thu, 26 Apr 2018 20:34:19 +0000 (20:34 +0000)
commit8e19bd45a9bbd7db58fe61cc327892f81fb71285
treeba51b93ac3610c40fe051c7a886b6794009056e8
parent38489ed416b324e28fa49a24cc5324c98b6aa4a2
Enable full debug info in the ASan runtime on Windows

Clang-cl supports the -gline-tables-only flag, so we were going down
that path. Honestly, we should just go ahead and enable full codeview
support.

llvm-svn: 330989
compiler-rt/CMakeLists.txt