To test Darwin-specific changes and bugs, this patch creates a test/Darwin/ directory, allows '.mm' file extension for tests and adds a simple test that verifies that an Obj-C program can run and quit successfully.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Why is the file called "objc_bootstrap"? What are we bootstrapping here?
It was meant that TSan can actually bootstrap fine. Never mind, renamed to "objc-simple".
What about .m files?
Added.