[all-commits] [llvm/llvm-project] f5e0f8: [lldb] Add test for importing ObjC modules in a no...
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Tue Mar 17 04:50:03 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f5e0f8b10ab95e94b5ffb32e380f95d21415c3e8
https://github.com/llvm/llvm-project/commit/f5e0f8b10ab95e94b5ffb32e380f95d21415c3e8
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2020-03-17 (Tue, 17 Mar 2020)
Changed paths:
A lldb/test/API/lang/objc/modules-non-objc-target/Makefile
A lldb/test/API/lang/objc/modules-non-objc-target/TestObjCModulesNonObjCTarget.py
A lldb/test/API/lang/objc/modules-non-objc-target/main.c
Log Message:
-----------
[lldb] Add test for importing ObjC modules in a non-ObjC target
This was previously crashing due to a missing nullptr check (see
e2d8aa6bf774ef29e134c40f886c55557bb5f970 ). This just adds a test that should
make sure this doesn't crash in case a user ends up in this strange setup.
More information about the All-commits
mailing list