New issue
Advanced search Search tips

Issue 626722 link

Starred by 4 users

Issue metadata

Status: Untriaged
Owner: ----
Components:
EstimatedDays: ----
NextAction: ----
OS: All
Pri: 3
Type: Bug



Sign in to add a comment

gn: rebase_path() doesn't work as expected in args.gn

Project Member Reported by thakis@chromium.org, Jul 8 2016

Issue description

Put this in out/gn/args.gn:

  clang_base_path = rebase_path("../../../../llvm-build")

Then `gn gen` and `head toolchain.ninja`

Expected: File starts with

rule cc
  command = ../../../../llvm-build/bin/clang


Actual: File starts with

rule cc
  command = ../../../llvm-build/bin/clang
 
Components: Build

Sign in to add a comment