[all-commits] [llvm/llvm-project] 128bb2: [gn] Add "/Zc:preprocessor" build flag on windows ...
GkvJwa via All-commits
all-commits at lists.llvm.org
Thu Sep 12 02:14:30 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 128bb29e6d9f0aec03ea34e1477efeb561d97f8f
https://github.com/llvm/llvm-project/commit/128bb29e6d9f0aec03ea34e1477efeb561d97f8f
Author: GkvJwa <gkvjwa at gmail.com>
Date: 2024-09-12 (Thu, 12 Sep 2024)
Changed paths:
M llvm/utils/gn/build/BUILD.gn
Log Message:
-----------
[gn] Add "/Zc:preprocessor" build flag on windows when using cl.exe (#108252)
Add ```/Zc:preprocessor``` to fix the ```__VA_ARGS__``` expansion error
encountered when building with gn and cl.exe(msvc)
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list