[all-commits] [llvm/llvm-project] 2a1d18: [Clang][Interpreter] Fix pch-pic-mismatch for all ...
aokblast via All-commits
all-commits at lists.llvm.org
Mon Jul 13 06:50:47 PDT 2026
Branch: refs/heads/users/aokblast/clang_rapl/fix_npic_test
Home: https://github.com/llvm/llvm-project
Commit: 2a1d18efcdaeda32b73757271c479fadc6733075
https://github.com/llvm/llvm-project/commit/2a1d18efcdaeda32b73757271c479fadc6733075
Author: ShengYi Hung <aokblast at FreeBSD.org>
Date: 2026-07-13 (Mon, 13 Jul 2026)
Changed paths:
M clang/test/Interpreter/pch-pic-mismatch.cpp
Log Message:
-----------
[Clang][Interpreter] Fix pch-pic-mismatch for all platforms
Darwin enforce PIC by default and ignores all -fno-pic option. We
calls cc1 directly as its PIC level is 0 by default.
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