Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support -file-compilation-dir #40735

Merged
merged 8 commits into from Jan 28, 2022

Commits on Jan 12, 2022

  1. 1. Add new flag

    2. Implement the logic: Configure DebugCompilationDir with the path specified by the flag, otherwise with current working directory.
    3. Add test case
    pofat committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    38e2754 View commit details
    Browse the repository at this point in the history
  2. 1. Forward args from driver to frontend

    2. Use %target-swiftc_driver for test case instead
    3. Add test case for absolute path
    4. Code clean
    pofat committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    6244a00 View commit details
    Browse the repository at this point in the history
  3. 1. Remove -wmo flag for it's not relevant to this test

    2. Add a test case for path `.`
    3. Use regular expression for file path separator
    4. Remove std::string() constructor
    5. Remove ArgumentIsPath flag
    pofat committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    21e7bc8 View commit details
    Browse the repository at this point in the history
  4. Add a test case for windows

    pofat committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    b761e77 View commit details
    Browse the repository at this point in the history
  5. Fix windows test case

    pofat committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    d870390 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2022

  1. 1. Rename -debug-compilation-dir with -file-compilation-dir

    2. Fix windows test case
    pofat committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    70c4b38 View commit details
    Browse the repository at this point in the history
  2. Fix test case

    pofat committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    c487eb3 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2022

  1. Fix windows test case

    pofat committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    5dc556f View commit details
    Browse the repository at this point in the history