[llvm] [LTO] Reset DiscardValueNames in optimize(). (PR #78705)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 30 03:44:44 PDT 2024
================
@@ -7,11 +7,10 @@
; The test requires asserts, as it depends on the default value for
; -lto-discard-value-names at the moment.
-; FIXME: -lto-discard-value-names is ignored at the moment.
; REQUIRES: asserts
----------------
fhahn wrote:
I think it is needed as otherwise the default is to discard value names. Left as is for now
https://github.com/llvm/llvm-project/pull/78705
More information about the llvm-commits
mailing list