[PATCH] D46403: [CFI] Force LLVM to die if the implicit blacklist files cannot be found.

Vedant Kumar via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon May 7 13:19:47 PDT 2018


vsk added a comment.

Do you have commit access? If not I'd be happy to land this for you.



================
Comment at: test/Driver/Inputs/resource_dir_with_cfi_blacklist/cfi_blacklist.txt:19
+# in order to call std::allocator_traits<T>::construct.
+fun:_ZNSt23_Sp_counted_ptr_inplace*
----------------
Would the test work if this were an empty file? If so, I'd suggest doing that for simplicity's sake.


https://reviews.llvm.org/D46403





More information about the cfe-commits mailing list