Files
clang-p2996/llvm/unittests/ExecutionEngine/Orc/IndirectionUtilsTest.cpp
Nikita Popov a7f183afe7 [Orc] Fix sret/byval attributes in test (NFC)
This was placing sret/byval attributes without type argument on
non-pointer arguments. Make this valid IR by using pointer
arguments and passing the corresponding attribute type argument.
2021-07-20 20:47:15 +02:00

2.0 KiB