Skip to content

Commit 3ed5c6b

Browse files
committed
fix after relocate the recycler checker folder
1 parent 76f4b3f commit 3ed5c6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/RecyclerChecker/blah.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Running a clang plugin:
1919

2020

2121

22-
leish@LEISH1:/mnt/c/chakra/core/lib/Runtime$ clang -Xclang -fno-color-diagnostics -DBIT64=1 -DDBG=1 -DDBG_DUMP=1 -DDEBUG=1 -DDISABLE_JIT=1 -DFEATURE_PAL -DLINUX64 -DNO_PAL_MINMAX -DPAL_STDCPP_COMPAT -DPLATFORM_UNIX=1 -DSTACK_ALIGN=16 -DUNICODE -D_AMD64_ -D_DEBUG=1 -D_M_AMD64 -D_M_X64 -D_M_X64_OR_ARM64 -D_SAFECRT_USE_CPP_OVERLOADS=1 -D__LINUX__=1 -D__STDC_WANT_LIB_EXT1__=1 -I../../. -I../../lib/Common -I../../lib/Common/PlaceHolder -I../../pal -I../../pal/inc -I../../pal/inc/rt -I../../lib/Runtime/. -I../../lib/Runtime/../Common -I../../lib/Runtime/../Backend -I../../lib/Runtime/../Parser -I../../lib/Runtime/ByteCode -I../../lib/Runtime/PlatformAgnostic -I../../lib/Runtime/Math -I../../lib/Runtime/Base -I../../lib/JITIDL/ -Werror -Wno-missing-braces -Wno-reorder -Wno-microsoft -Wno-unused-value -Wno-int-to-void-pointer-cast -Wno-invalid-offsetof -Wno-undefined-inline -Wno-inconsistent-missing-override -Wno-c++14-extensions -Wno-macro-redefined -Wno-pragmas -Wno-invalid-token-paste -Wno-format -Wno-invalid-noreturn -Wno-null-arithmetic -Wno-tautological-constant-out-of-range-compare -Wno-tautological-undefined-compare -Wno-address-of-temporary -Wno-null-conversion -Wno-return-type -Wno-switch -Wno-int-to-pointer-cast -fdelayed-template-parsing -fno-omit-frame-pointer -fno-optimize-sibling-calls -mno-omit-leaf-frame-pointer -g -fms-extensions -msse4.1 -fPIC -std=gnu++11 -fsyntax-only -Xclang -load -Xclang /mnt/c/chakra/core/RecyclerChecker/Build/libclangRecyclerChecker.so -Xclang -plugin -Xclang check-recycler -v Base/FunctionBody.cpp
22+
leish@LEISH1:/mnt/c/chakra/core/lib/Runtime$ clang -Xclang -fno-color-diagnostics -DBIT64=1 -DDBG=1 -DDBG_DUMP=1 -DDEBUG=1 -DDISABLE_JIT=1 -DFEATURE_PAL -DLINUX64 -DNO_PAL_MINMAX -DPAL_STDCPP_COMPAT -DPLATFORM_UNIX=1 -DSTACK_ALIGN=16 -DUNICODE -D_AMD64_ -D_DEBUG=1 -D_M_AMD64 -D_M_X64 -D_M_X64_OR_ARM64 -D_SAFECRT_USE_CPP_OVERLOADS=1 -D__LINUX__=1 -D__STDC_WANT_LIB_EXT1__=1 -I../../. -I../../lib/Common -I../../lib/Common/PlaceHolder -I../../pal -I../../pal/inc -I../../pal/inc/rt -I../../lib/Runtime/. -I../../lib/Runtime/../Common -I../../lib/Runtime/../Backend -I../../lib/Runtime/../Parser -I../../lib/Runtime/ByteCode -I../../lib/Runtime/PlatformAgnostic -I../../lib/Runtime/Math -I../../lib/Runtime/Base -I../../lib/JITIDL/ -Werror -Wno-missing-braces -Wno-reorder -Wno-microsoft -Wno-unused-value -Wno-int-to-void-pointer-cast -Wno-invalid-offsetof -Wno-undefined-inline -Wno-inconsistent-missing-override -Wno-c++14-extensions -Wno-macro-redefined -Wno-pragmas -Wno-invalid-token-paste -Wno-format -Wno-invalid-noreturn -Wno-null-arithmetic -Wno-tautological-constant-out-of-range-compare -Wno-tautological-undefined-compare -Wno-address-of-temporary -Wno-null-conversion -Wno-return-type -Wno-switch -Wno-int-to-pointer-cast -fdelayed-template-parsing -fno-omit-frame-pointer -fno-optimize-sibling-calls -mno-omit-leaf-frame-pointer -g -fms-extensions -msse4.1 -fPIC -std=gnu++11 -fsyntax-only -Xclang -load -Xclang ../../tools/RecyclerChecker/Build/libclangRecyclerChecker.so -Xclang -plugin -Xclang check-recycler -v Base/FunctionBody.cpp
2323

2424

25-
clang -Xclang -fno-color-diagnostics -Xclang -analyze -Xclang -analyzer-checker=chakra.RecyclerChecker -Xclang -load -Xclang /mnt/c/chakra/core/RecyclerChecker/Build/libclangRecyclerChecker.so -DBIT64=1 -DDBG=1 -DDBG_DUMP=1 -DDEBUG=1 -DDISABLE_JIT=1 -DFEATURE_PAL -DLINUX64 -DNO_PAL_MINMAX -DPAL_STDCPP_COMPAT -DPLATFORM_UNIX=1 -DSTACK_ALIGN=16 -DUNICODE -D_AMD64_ -D_DEBUG=1 -D_M_AMD64 -D_M_X64 -D_M_X64_OR_ARM64 -D_SAFECRT_USE_CPP_OVERLOADS=1 -D__LINUX__=1 -D__STDC_WANT_LIB_EXT1__=1 -I../../. -I../../lib/Common -I../../lib/Common/PlaceHolder -I../../pal -I../../pal/inc -I../../pal/inc/rt -I../../lib/Runtime/. -I../../lib/Runtime/../Common -I../../lib/Runtime/../Backend -I../../lib/Runtime/../Parser -I../../lib/Runtime/ByteCode -I../../lib/Runtime/PlatformAgnostic -I../../lib/Runtime/Math -I../../lib/Runtime/Base -I../../lib/JITIDL/ -Werror -Wno-missing-braces -Wno-reorder -Wno-microsoft -Wno-unused-value -Wno-int-to-void-pointer-cast -Wno-invalid-offsetof -Wno-undefined-inline -Wno-inconsistent-missing-override -Wno-c++14-extensions -Wno-macro-redefined -Wno-pragmas -Wno-invalid-token-paste -Wno-format -Wno-invalid-noreturn -Wno-null-arithmetic -Wno-tautological-constant-out-of-range-compare -Wno-tautological-undefined-compare -Wno-address-of-temporary -Wno-null-conversion -Wno-return-type -Wno-switch -Wno-int-to-pointer-cast -fdelayed-template-parsing -fno-omit-frame-pointer -fno-optimize-sibling-calls -mno-omit-leaf-frame-pointer -g -fms-extensions -msse4.1 -fPIC -std=gnu++11 -v Base/FunctionBody.cpp
25+
clang -Xclang -fno-color-diagnostics -Xclang -analyze -Xclang -analyzer-checker=chakra.RecyclerChecker -Xclang -load -Xclang ../../tools/RecyclerChecker/Build/libclangRecyclerChecker.so -DBIT64=1 -DDBG=1 -DDBG_DUMP=1 -DDEBUG=1 -DDISABLE_JIT=1 -DFEATURE_PAL -DLINUX64 -DNO_PAL_MINMAX -DPAL_STDCPP_COMPAT -DPLATFORM_UNIX=1 -DSTACK_ALIGN=16 -DUNICODE -D_AMD64_ -D_DEBUG=1 -D_M_AMD64 -D_M_X64 -D_M_X64_OR_ARM64 -D_SAFECRT_USE_CPP_OVERLOADS=1 -D__LINUX__=1 -D__STDC_WANT_LIB_EXT1__=1 -I../../. -I../../lib/Common -I../../lib/Common/PlaceHolder -I../../pal -I../../pal/inc -I../../pal/inc/rt -I../../lib/Runtime/. -I../../lib/Runtime/../Common -I../../lib/Runtime/../Backend -I../../lib/Runtime/../Parser -I../../lib/Runtime/ByteCode -I../../lib/Runtime/PlatformAgnostic -I../../lib/Runtime/Math -I../../lib/Runtime/Base -I../../lib/JITIDL/ -Werror -Wno-missing-braces -Wno-reorder -Wno-microsoft -Wno-unused-value -Wno-int-to-void-pointer-cast -Wno-invalid-offsetof -Wno-undefined-inline -Wno-inconsistent-missing-override -Wno-c++14-extensions -Wno-macro-redefined -Wno-pragmas -Wno-invalid-token-paste -Wno-format -Wno-invalid-noreturn -Wno-null-arithmetic -Wno-tautological-constant-out-of-range-compare -Wno-tautological-undefined-compare -Wno-address-of-temporary -Wno-null-conversion -Wno-return-type -Wno-switch -Wno-int-to-pointer-cast -fdelayed-template-parsing -fno-omit-frame-pointer -fno-optimize-sibling-calls -mno-omit-leaf-frame-pointer -g -fms-extensions -msse4.1 -fPIC -std=gnu++11 -v Base/FunctionBody.cpp

0 commit comments

Comments
 (0)