[PATCH] D50246: [RISCV] Add support for computing sysroot for riscv32-unknown-elf

Lewis Revill via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 14 08:49:05 PDT 2018


lewis-revill updated this revision to Diff 160602.
lewis-revill added a comment.

Fixed this issue by adding -nostdsysteminc to the Clang target options, preventing the frontend from generating additional include paths.


Repository:
  rC Clang

https://reviews.llvm.org/D50246

Files:
  lib/Driver/ToolChains/RISCV.cpp
  lib/Driver/ToolChains/RISCV.h
  test/Driver/riscv32-toolchain.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50246.160602.patch
Type: text/x-patch
Size: 4710 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180814/34378065/attachment.bin>


More information about the cfe-commits mailing list