Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 918897
Collapse All | Expand All

(-)a/build/config/compiler/BUILD.gn (-1 / +3 lines)
Lines 1408-1414 config("compiler_codegen") { Link Here
1408
    # This can be removed once https://bugs.llvm.org/show_bug.cgi?id=40348
1408
    # This can be removed once https://bugs.llvm.org/show_bug.cgi?id=40348
1409
    # has been resolved, and -mno-outline is obeyed by the linker during
1409
    # has been resolved, and -mno-outline is obeyed by the linker during
1410
    # ThinLTO.
1410
    # ThinLTO.
1411
    ldflags += [ "-Wl,-mllvm,-enable-machine-outliner=never" ]
1411
    if (use_lld) {
1412
      ldflags += [ "-Wl,-mllvm,-enable-machine-outliner=never" ]
1413
    }
1412
  }
1414
  }
1413
1415
1414
  asmflags = cflags
1416
  asmflags = cflags

Return to bug 918897