This revision was automatically updated to reflect the committed changes.
Closed by commit rG5e5d21462d1e: BareMetal: detect usr/include/c++/v1 path in
sysroot (authored by manojgupta).
Changed prior to commit:
https://reviews.llvm.org/D134478?vs=465647&id=466250#toc
Repository:
rG LLVM Gith
manojgupta updated this revision to Diff 465647.
manojgupta added a comment.
address comments and check CI.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134478/new/
https://reviews.llvm.org/D134478
Files:
clang/lib/Driver/ToolChains/BareMetal.c
MaskRay accepted this revision.
MaskRay added a comment.
This revision is now accepted and ready to land.
LGTM.
Comment at: clang/test/Driver/baremetal.cpp:77
+// RUN: mkdir -p %T/baremetal_cxx_sysroot/usr/include/c++/v1
+// RUN: %clangxx -no-canonical-prefixes %s -### -o %t.o
manojgupta added a comment.
friendly ping for review.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134478/new/
https://reviews.llvm.org/D134478
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
ht
manojgupta created this revision.
manojgupta added reviewers: MaskRay, barannikov88, abidh.
Herald added subscribers: StephenFan, ki.stfu.
Herald added a project: All.
manojgupta requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Currently bar