[libc-commits] [libc] [libc] Replace mentions of `LIBC_FULLBUILD` with `LLVM_LIBC_FULL_BUILD` in 'examples/' (PR #88657)

Joseph Huber via libc-commits libc-commits at lists.llvm.org
Sun Apr 14 05:43:43 PDT 2024


================
@@ -59,7 +59,7 @@ have installed them, you have to inform CMake that we are linking against the
 full libc as follows:
 
 ```bash
-cmake ../ -G <GEN> -DLIBC_FULLBUILD=ON    \
+cmake ../ -G <GEN> -LLVM_LIBC_FULL_BUILD=ON    \
----------------
jhuber6 wrote:

Missing `-D`

https://github.com/llvm/llvm-project/pull/88657


More information about the libc-commits mailing list