<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
Hey there!</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
I'm using Xcode to build llvm, clang, clang-tools-extra, libcxx. I didn;t change anything in Xcode, so the selected scheme is "ALL_BUILDS".</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
The command I ran:</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
```</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<span style="font-family: "Courier New", monospace; font-size: 9pt; line-height: normal;">cmake -G Xcode -DLLVM_ENABLE_PROJECTS='clang;clang-tools-extra;libcxx;' -DCMAKE_INSTALL_PREFIX=/Users/me/Applications/llvm-project-master/bxinstall -DCMAKE_BUILD_TYPE=Release
 ../llvm</span><br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
```</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
Here is the cmake log: <a href="https://pastebin.com/f9R72Xmd" id="LPNoLPOWALinkPreview_0">https://pastebin.com/f9R72Xmd</a></div>
<div class="_Entity _EType_OWALinkPreview _EId_OWALinkPreview_0 _EReadonly_1"></div>
<br>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
Here's the error in xcode: </div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
```</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<span style="font-family: "Courier New", monospace; font-size: 9pt; line-height: normal;">Ld /Users/me/Applications/llvm-project-master/buildx/Debug/lib/Debug/libc++.1.0.dylib normal x86_64
</span>
<div><span style="font-family: "Courier New", monospace; font-size: 9pt; line-height: normal;">    cd /Users/me/Applications/llvm-project-master/llvm</span></div>
<div><span style="font-family: "Courier New", monospace; font-size: 9pt; line-height: normal;">    export MACOSX_DEPLOYMENT_TARGET=10.14</span></div>
<div><span style="font-family: "Courier New", monospace; font-size: 9pt; line-height: normal;">    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -arch x86_64 -dynamiclib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk
 -L/Users/me/Applications/llvm-project-master/buildx/Debug/lib/Debug -F/Users/me/Applications/llvm-project-master/buildx/Debug/lib/Debug -filelist /Users/me/Applications/llvm-project-master/buildx/projects/libcxx/src/LLVM.build/Debug/cxx_shared.build/Objects-normal/x86_64/c++.1.0.LinkFileList
 -install_name /libc++.1.0.dylib -Xlinker -rpath -Xlinker @loader_path/../lib -mmacosx-version-min=10.14 -Xlinker -object_path_lto -Xlinker /Users/me/Applications/llvm-project-master/buildx/projects/libcxx/src/LLVM.build/Debug/cxx_shared.build/Objects-normal/x86_64/c++.1.0_lto.o
 -Xlinker -no_deduplicate -dynamiclib -Wl,-headerpad_max_install_names -install_name @rpath/libc++.1.dylib -nodefaultlibs -lSystem -lc -lcxxabi_shared -Wl,-unexported_symbols_list,/Users/me/Applications/llvm-project-master/libcxx/src/../lib/libc++unexp.exp
 -Wl,-reexported_symbols_list,/Users/me/Applications/llvm-project-master/libcxx/src/../lib/libc++abi.v2.exp -Wl,-force_symbols_not_weak_list,/Users/me/Applications/llvm-project-master/libcxx/src/../lib/notweak.exp -Wl,-force_symbols_weak_list,/Users/me/Applications/llvm-project-master/libcxx/src/../lib/weak.exp
 -Wl,-reexported_symbols_list,/Users/me/Applications/llvm-project-master/libcxx/src/../lib/libc++abi-exceptions.exp -compatibility_version 1.0.0 -current_version 1.0.0 -Xlinker -dependency_info -Xlinker /Users/me/Applications/llvm-project-master/buildx/projects/libcxx/src/LLVM.build/Debug/cxx_shared.build/Objects-normal/x86_64/c++.1.0_dependency_info.dat
 -o /Users/me/Applications/llvm-project-master/buildx/Debug/lib/Debug/libc++.1.0.dylib</span></div>
<div><br>
</div>
<div><span style="font-family: "Courier New", monospace; font-size: 9pt; line-height: normal;">ld: library not found for -lcxxabi_shared</span></div>
<div><span style="font-family: "Courier New", monospace; font-size: 9pt; line-height: normal;">clang: error: linker command failed with exit code 1 (use -v to see invocation)</span></div>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
```</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
Send help! </div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
Thank you</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
RZ</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
Kindly choose reply-all while replying. I'm not subscribed to the mailing list.</div>
</body>
</html>