Describe the bug
when compiling with -fcilkplus it errors with /usr/bin/ld: cannot find -lcilkrts: No such file or directory
Expected behavior
For it to error with a message to use -fopencilk
OpenCilk version
clang version 16.0.6 (https://github.com/OpenCilk/opencilk-project df80b7d)
Similarly, are any of the other flags no longer used
./clang -cc1 --help | grep cilk
-fcilkplus Enable Cilk Plus extensions
-fcilktool=<check> Turn on the designated Cilk tool
-fopencilk-enable-pedigrees
-fopencilk Enable OpenCilk extensions
--opencilk-abi-bitcode=<value>
-shared-libcilktool Dynamically link the cilktool runtime
-static-libcilktool Statically link the cilktool runtime