[all-commits] [llvm/llvm-project] 5ba4a0: [gn] Don't pass -fprofile-instr-generate to linker...
Reid Kleckner via All-commits
all-commits at lists.llvm.org
Thu May 13 16:04:30 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5ba4a0e890c8106a10d32b0d34af1b214b9bdf3a
https://github.com/llvm/llvm-project/commit/5ba4a0e890c8106a10d32b0d34af1b214b9bdf3a
Author: Reid Kleckner <rnk at google.com>
Date: 2021-05-13 (Thu, 13 May 2021)
Changed paths:
M llvm/utils/gn/build/BUILD.gn
Log Message:
-----------
[gn] Don't pass -fprofile-instr-generate to linker on Windows
Avoids a warning from the linker. The user still has to put the resource
directory on the linker search path, and I can't find a clean way to do
that automatically in gn.
More information about the All-commits
mailing list