diff options
author | Alexandre Ganea <alex_toresh@yahoo.fr> | 2024-07-04 21:55:37 -0400 |
---|---|---|
committer | Alexandre Ganea <alex_toresh@yahoo.fr> | 2024-07-04 21:55:37 -0400 |
commit | f737865be2a115955880bb398b4bf61145db26a5 (patch) | |
tree | cebaaaf0828f9ae7da00b55e16cbd40da4f244a6 /llvm/docs | |
parent | 8419da8bd4f8c21c452051e57220d495df4af2a0 (diff) | |
download | llvm-f737865be2a115955880bb398b4bf61145db26a5.zip llvm-f737865be2a115955880bb398b4bf61145db26a5.tar.gz llvm-f737865be2a115955880bb398b4bf61145db26a5.tar.bz2 |
Revert "[llvm-config] Quote and escape paths if necessary (#97305)"
This reverts commit e8c94149d3ca12d4d02fb8de89981c68ffa278f3.
Diffstat (limited to 'llvm/docs')
-rw-r--r-- | llvm/docs/ReleaseNotes.rst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst index 07c5319..a6bfd55 100644 --- a/llvm/docs/ReleaseNotes.rst +++ b/llvm/docs/ReleaseNotes.rst @@ -369,10 +369,6 @@ Changes to the LLVM tools jumping in reverse direction with shift+L/R/B). (`#95662 <https://github.com/llvm/llvm-project/pull/95662>`_). -* llvm-config now quotes and escapes paths emitted in stdout, to account for - spaces or other special characters in path. - (`#97305 <https://github.com/llvm/llvm-project/pull/97305>`_). - Changes to LLDB --------------------------------- |