We are going to support initial-exec TLS mode on AIX targets. Currently, initial-exec is guarded from both -ftls-model=initial-exec and __attribute__((tls_model("initial-exec"))) in clang.
This patch removes such guards so that we can get expected IR, as the first step to enable support for initial-exec.