Lines Matching refs:demangle
167 AC_ARG_WITH(rustc-demangle,
168 AS_HELP_STRING([--with-rustc-demangle=/path/to/rustc-demangle],
169 [Link against the rustc-demangle library]
170 [to demangle Rust language symbols during]
180 AC_MSG_ERROR(You must pass the path to the rustc-demangle crate for --with-rustc-demangle)
186 AC_ARG_ENABLE(system-rustc-demangle,
187 AS_HELP_STRING([--enable-system-rustc-demangle],
188 [Link against the rustc-demangle library]
189 [to demangle Rust language symbols during]
191 [that rustc-demangle is installed in your sysroot,]
199 AC_MSG_ERROR([--enable-system-rustc-demangle and --with-rustc-demangle are mutually exclusive.])
206 …C_MSG_ERROR(librustc_demangle.a must be present when --enable-system-rustc-demangle is specified)],
209 … [AC_MSG_ERROR(rustc_demangle.h must be present when --enable-system-rustc-demangle is specified)])
212 AC_ARG_VAR([RUSTC_DEMANGLE_CFLAGS], [Compiler flags for rustc-demangle])
213 AC_ARG_VAR([RUSTC_DEMANGLE_LIBS], [Linker flags for rustc-demangle])