projects
/
platform
/
upstream
/
dotnet
/
runtime.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4c0953
)
Fix linuxnonjit that got accidentally renamed to linuxonjit (#1694)
author
Jan Vorlicek
<janvorli@microsoft.com>
Tue, 14 Jan 2020 23:12:06 +0000
(
00:12
+0100)
committer
GitHub
<noreply@github.com>
Tue, 14 Jan 2020 23:12:06 +0000
(
00:12
+0100)
The PR #1292 has accidentally renamed the linuxnonjit to linuxonjit.
This change fixes it.
src/coreclr/src/jit/linuxnonjit/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/src/coreclr/src/jit/linuxnonjit/CMakeLists.txt
b/src/coreclr/src/jit/linuxnonjit/CMakeLists.txt
index 40590ad7104f0235f0169146dce1178b0556ccb7..465fc64b450747b9cbff4ff87d4cfb7d2583158c 100644
(file)
--- a/
src/coreclr/src/jit/linuxnonjit/CMakeLists.txt
+++ b/
src/coreclr/src/jit/linuxnonjit/CMakeLists.txt
@@
-23,4
+23,4
@@
else()
clr_unknown_arch()
endif()
-add_jit(linuxonjit)
+add_jit(linux
n
onjit)