Go to file
Zachary Turner ee9906d884 [LLD/PDB] Write actual records to the globals stream.
Previously we were writing an empty globals stream.  Windows
tools interpret this as "private symbols are not present in
this PDB", even when they are, so we need to fix this.  Regardless,
without it we don't have information about global variables, so
we need to fix it anyway.  This patch does that.

With this patch, the "lm" command in WinDbg correctly reports
that we have private symbols available, but the "dv" command
still refuses to display local variables.

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

llvm-svn: 310743
2017-08-11 19:00:03 +00:00
clang Add -fsanitize=fuzzer-no-link flag to the driver. 2017-08-11 17:22:58 +00:00
clang-tools-extra Enable exceptions for this test case to speculatively fix the build bots. 2017-08-11 16:46:45 +00:00
compiler-rt Enable ASAN on NetBSD 2017-08-10 19:08:39 +00:00
debuginfo-tests
libclc configure.py: Make python3 friendly 2017-08-02 15:00:59 +00:00
libcxx Change the way the literal operators are defined - now w/o a seperating space. This should be a NFC, but it will change how the compiler parses it. 2017-08-09 15:42:50 +00:00
libcxxabi [demangler] Fix some more -Wshadow warnings I missed in r310535 2017-08-10 02:48:13 +00:00
libunwind [CMake] Allow overriding lib dir suffix independently from LLVM 2017-08-08 00:37:59 +00:00
lld [LLD/PDB] Write actual records to the globals stream. 2017-08-11 19:00:03 +00:00
lldb remove FreeBSD xfail decorator from TestCppNsImport 2017-08-10 18:26:52 +00:00
llgo
llvm [LLD/PDB] Write actual records to the globals stream. 2017-08-11 19:00:03 +00:00
openmp OMP_PROC_BIND: better spread 2017-08-10 23:04:11 +00:00
parallel-libs
polly Fix two warnings in polly, -Wmismatched-tags and -Wreorder 2017-08-10 21:46:22 +00:00