[all-commits] [llvm/llvm-project] 1b1f49: [LLDB] Pass `/std:...` before `--` on MSVC (#141782)
nerix via All-commits
all-commits at lists.llvm.org
Fri May 30 01:09:12 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1b1f498835f664cf2e112008edc6c956462e81c0
https://github.com/llvm/llvm-project/commit/1b1f498835f664cf2e112008edc6c956462e81c0
Author: nerix <nerixdev at outlook.de>
Date: 2025-05-30 (Fri, 30 May 2025)
Changed paths:
M lldb/test/Shell/helper/build.py
Log Message:
-----------
[LLDB] Pass `/std:...` before `--` on MSVC (#141782)
>From https://github.com/llvm/llvm-project/pull/140761. `MsvcBuilder`
passed `/std:<value>` (if specified) after `--`, so the compiler would
interpret this as a file. This moves the argument before the `--`.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list