This is an archive of the discontinued LLVM Phabricator instance.

Fix clang Makefile build with libxml2 enabled and CPPFLAGS is passed in
Needs ReviewPublic

Authored by loladiro on Aug 13 2014, 5:17 PM.
This revision needs review, but there are no reviewers specified.

Details

Reviewers
None
Summary

When building clang, we pass in CPPFLAGS via the command line, which (I believe) makes this not work. CPP.Flags works nicely to get around this.

Diff Detail

Event Timeline

loladiro updated this revision to Diff 12472.Aug 13 2014, 5:17 PM
loladiro retitled this revision from to Fix clang Makefile build with libxml2 enabled and CPPFLAGS is passed in.
loladiro updated this object.
loladiro edited the test plan for this revision. (Show Details)
loladiro set the repository for this revision to rL LLVM.
loladiro added a subscriber: Unknown Object (MLST).