This is an archive of the discontinued LLVM Phabricator instance.

Working on getting the OSX build green
ClosedPublic

Authored by vharron on May 10 2015, 12:54 AM.

Details

Reviewers
clayborg
Summary

Added missing SBLanguageRuntime.h to lldb.xcodeproj, set to Public (fixed compile error in TestPublicAPIHeaders)
Removed reference to (temporarily) missing gtest.xcodeproj
Fixed TestDeadStrip compile error
XFAIL TestPublicAPIHeaders - test passes but teardown command 'settings remove target.env-vars DYLD_LIBRARY_PATH' fails
XFAIL TestCModules - use of undeclared identifier 'MIN'
XFAIL TestModulesAutoImport - clang: error: unknown argument: '-gmodules'
XFAIL TestObjCNewSyntax - expr -- @((char*)"Hello world" + 6) cannot box a string value because NSString has not been declared

Diff Detail

Event Timeline

vharron updated this revision to Diff 25423.May 10 2015, 12:54 AM
vharron retitled this revision from to Working on getting the OSX build green.
vharron updated this object.
vharron edited the test plan for this revision. (Show Details)
vharron added a reviewer: clayborg.
vharron added a subscriber: Unknown Object (MLST).
clayborg accepted this revision.May 11 2015, 10:04 AM
clayborg edited edge metadata.

Looks fine.

This revision is now accepted and ready to land.May 11 2015, 10:04 AM
vharron closed this revision.May 12 2015, 2:26 PM