[all-commits] [llvm/llvm-project] 63bd6d: [Driver] Default to -fxray-function-index
Fangrui Song via All-commits
all-commits at lists.llvm.org
Sun Jun 11 15:38:26 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 63bd6d9e644335c8138a59281aafbf65a82fc47a
https://github.com/llvm/llvm-project/commit/63bd6d9e644335c8138a59281aafbf65a82fc47a
Author: Fangrui Song <i at maskray.me>
Date: 2023-06-11 (Sun, 11 Jun 2023)
Changed paths:
M clang/include/clang/Driver/Options.td
M clang/lib/Driver/XRayArgs.cpp
M clang/test/CodeGen/xray-function-index.c
M clang/test/Driver/xray-function-index.cpp
Log Message:
-----------
[Driver] Default to -fxray-function-index
As explained by commit 849f1dd15e92fda2b83dbb6144e6b28b2cb946e0,
-fxray-function-index was the original default but was accidentally flipped by
commit d8a8e5d6240a1db809cd95106910358e69bbf299. Restore the previous behavior.
Originally reported by Oleksii Lozovskyi in D145848.
More information about the All-commits
mailing list