mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Fix test tail with mjit options for clang provided by Xcode 16
``` clang: error: unknown argument '-emit-pch'; did you mean '-Xclang -emit-pch'? MJIT warning: Making precompiled header failed on compilation. Stopping MJIT worker... Successful MJIT finish ```
This commit is contained in:
parent
19c93a5c8f
commit
b57d40d150
1 changed files with 1 additions and 0 deletions
|
@ -870,6 +870,7 @@ make_pch(void)
|
||||||
{
|
{
|
||||||
const char *rest_args[] = {
|
const char *rest_args[] = {
|
||||||
# ifdef __clang__
|
# ifdef __clang__
|
||||||
|
"-Xclang",
|
||||||
"-emit-pch",
|
"-emit-pch",
|
||||||
"-c",
|
"-c",
|
||||||
# endif
|
# endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue