summaryrefslogtreecommitdiff
path: root/test/lit.common.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'test/lit.common.cfg')
-rw-r--r--test/lit.common.cfg3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/lit.common.cfg b/test/lit.common.cfg
index 48987dfda..56d4fef4e 100644
--- a/test/lit.common.cfg
+++ b/test/lit.common.cfg
@@ -254,8 +254,7 @@ elif config.host_os == 'Linux' and is_linux_lto_supported():
elif config.host_os == 'Windows' and is_windows_lto_supported():
config.lto_supported = True
config.lto_launch = []
- # FIXME: Remove -nopdb when PDB writing is ready.
- config.lto_flags = ["-fuse-ld=lld -Wl,-nopdb"]
+ config.lto_flags = ["-fuse-ld=lld"]
else:
config.lto_supported = False