[all-commits] [llvm/llvm-project] c9b4bb: [Fix] Disable fdefine-target-os-macros for now (#7...
Zixu Wang via All-commits
all-commits at lists.llvm.org
Fri Dec 8 13:07:42 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c9b4bb9ff9b65a741c558bfb93719df95272c2e1
https://github.com/llvm/llvm-project/commit/c9b4bb9ff9b65a741c558bfb93719df95272c2e1
Author: Zixu Wang <9819235+zixu-w at users.noreply.github.com>
Date: 2023-12-08 (Fri, 08 Dec 2023)
Changed paths:
M clang/lib/Driver/ToolChains/Darwin.cpp
M clang/test/Driver/fdefine-target-os-macros.c
Log Message:
-----------
[Fix] Disable fdefine-target-os-macros for now (#74886)
https://github.com/llvm/llvm-project/pull/74676 landed the work to
implement `-fdefine-target-os-macros` and enabled the extension for the
Darwin driver. However it is breaking some test builds. Leave the
extension disabled for now until we can fix/workaround the build
failures.
More information about the All-commits
mailing list