[all-commits] [llvm/llvm-project] 97d00b: [Verifier] Allow dllexport protected after D133267
Fangrui Song via All-commits
all-commits at lists.llvm.org
Tue Sep 6 15:28:46 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 97d00b72a2b0a7aca631e1402a647f32c4e8bafb
https://github.com/llvm/llvm-project/commit/97d00b72a2b0a7aca631e1402a647f32c4e8bafb
Author: Fangrui Song <i at maskray.me>
Date: 2022-09-06 (Tue, 06 Sep 2022)
Changed paths:
M llvm/lib/IR/Verifier.cpp
M llvm/test/Verifier/dllstorage.ll
Log Message:
-----------
[Verifier] Allow dllexport protected after D133267
I have noticed that this combo makes sense (D133266) but rejected it for
simplicity. It turns out to be used by PlayStation, so let's allow it.
More information about the All-commits
mailing list