• Stephan Bergmann's avatar
    Allow to pass additional options into generator's clang::tooling · ad7e2af4
    Stephan Bergmann yazdı
    In my macOS build, that clang::tooling::runToolOnCodeWithArgs invocation failed
    to find headers like cassert and assert.h, which works now with
    
      COMPILER_PLUGINS_TOOLING_ARGS=-isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem /Users/stephan/Software/llvm/inst/include/c++/v1
    
    added to my autogen.input (I build against my Clang trunk libc++ whose headers
    are at /Users/stephan/Software/llvm/inst/include/c++/v1).
    
    Change-Id: Idbffa39c9fd4a88743fd498b8f7b6c9c56d7630d
    Reviewed-on: https://gerrit.libreoffice.org/69538
    Tested-by: Jenkins
    Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
    ad7e2af4
Adı
Son kayıt (commit)
Son güncelleme
..
clang Loading commit data...
.gitignore Loading commit data...
LICENSE.TXT Loading commit data...
Makefile Loading commit data...
Makefile-clang.mk Loading commit data...
Makefile.mk Loading commit data...
README Loading commit data...