[all-commits] [llvm/llvm-project] 46216a: [OpaquePointers][BitcodeReader] Enable -opaque-poi...
aeubanks via All-commits
all-commits at lists.llvm.org
Mon Mar 21 09:19:42 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 46216aa97729aa994dce79e75cd25707fb4b7874
https://github.com/llvm/llvm-project/commit/46216aa97729aa994dce79e75cd25707fb4b7874
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2022-03-21 (Mon, 21 Mar 2022)
Changed paths:
M llvm/lib/Bitcode/Reader/BitcodeReader.cpp
M llvm/test/Other/force-opaque-ptrs.ll
Log Message:
-----------
[OpaquePointers][BitcodeReader] Enable -opaque-pointers if we see an opaque pointer type
This allows us to more easily test opaque pointers e.g. in the case of
ThinLTO where we only have to pass -opaque-pointers to the frontend.
Reviewed By: #opaque-pointers, nikic
Differential Revision: https://reviews.llvm.org/D122048
More information about the All-commits
mailing list